For a list of all members of this type, see IndexedCollection<T> members.
Public Properties
| Name | Description |
| Count | (Inherited from System.Collections.ObjectModel.Collection<T>) |
| CreateNew | Gets or sets a delegate that is used to create new items. If it is null, a public parameterless constructor of type T is used. |
| Indexes | The collection of indexes for this IndexedCollection<T> |
| Item | (Inherited from System.Collections.ObjectModel.Collection<T>) |
Top
Protected Properties
| Name | Description |
| Items | (Inherited from System.Collections.ObjectModel.Collection<T>) |
Top
See Also